home *** CD-ROM | disk | FTP | other *** search
/ Aminet 6 / Aminet 6 - June 1995.iso / Aminet / util / time / TimeCmd.lha / TimeCmd.doc next >
Encoding:
Text File  |  1995-02-17  |  1.6 KB  |  46 lines

  1. NAME
  2.  
  3.    TimeCmd 1.0 (17.02.95)
  4.  
  5.  
  6. COPYRIGHT NOTICE
  7.  
  8.    This program is Copyright © Ralph Seichter, all rights reserved. You are
  9. allowed to use it freely and copy it, as long as you don't charge money for
  10. giving away copies. You must not modify the distribution archive.
  11.  
  12.  
  13. PURPOSE / USAGE
  14.  
  15.    After the LZX archiver by Data Compression Technologies was released, a
  16. friend of mine phoned me and asked if I know of a tool that can be used to
  17. measure the precise execution time of shell commands. As I didn't know of
  18. such a beast, I decided to write one myself, although I'm quite certain
  19. that there are numerous similar tools out there, somewhere. Anyway, here's
  20. what to do:
  21.  
  22.        instead of      1> foo opt1 opt2 opt3
  23.        simply type     1> TimeCmd foo opt1 opt2 opt3
  24.  
  25.    You'll see the output of 'foo' in the shell window, followed by a line
  26. of text like "» 4.489200 seconds". Guess what that stands for. :) TimeCmd
  27. uses the timer.device for maximum accuracy, but as this is a multitasking
  28. OS, the results will probably vary. Run TimeCmd several times if you want
  29. to make sure that the measured time interval is as accurate as possible.
  30.  
  31.  
  32. REQUIREMENTS
  33.  
  34.    OS 2.x or better.
  35.  
  36.  
  37. DISCLAIMER
  38.  
  39.    This material is provided "as is" without warranty of any kind, either
  40. express or implied, statutory or otherwise, including without limitation
  41. any implied warranties of noninfringement, merchantability and fitness for
  42. a particular purpose. The entire risk as to the use, results, and
  43. performance of this material is assumed by you and if the product should
  44. prove to be defective, you assume the entire cost of all necessary
  45. servicing, repair, or other remediation.
  46.